æòÅⁿâoâiü[

Command line entry field


    Enter in this field a JavaScript statement to execute within the stack scope of the line highlighted in the Stack Trace view. When you've finished entering the JavaScript expression, you can execute it by clicking the command line entry button or pressing the Enter key. Click the button next to the field or press Enter to execute the JavaScript code in the command line entry field. The application executes the contents of the command line entry field within the stack scope of the line highlighted in the Stack Trace view.

    Command line entry field
    Command line entry field

    The command line entry field accepts any JavaScript code, making it very convenient to use for inspecting or changing the contents of variables.

    NOTE: To list the contents of an object as if it were JavaScript source code, enter the object.toSource() command.